const github.com/google/go-cmp/cmp.identRx

3 uses

	github.com/google/go-cmp/cmp (current package)
		options.go#L253: const identRx = `[_\p{L}][_\p{L}\p{N}]*`
		options.go#L255: var identsRx = regexp.MustCompile(`^` + identRx + `(\.` + identRx + `)*$`)